home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
sound
/
misc
/
algorhythms.lha
/
AlgoRhythms
/
Source
/
drawform.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-31
|
288 b
|
12 lines
#ifndef DRAWFORM_LOADED
#define DRAWFORM_LOADED 1
#include "AlgoRhythms.h"
/* Drawform.h */
void draw_form( const struct timeval *duration,
const FORM_TYPE *form);
void draw_time( const struct timeval *cur_time,
const struct timeval *duration);
#endif